home *** CD-ROM | disk | FTP | other *** search
- /*
- File: AppConditionals.h
-
- Contains: Prototypes for the “guts” of a Macintosh application.
-
- Written by: Dave Falkenburg
-
- Copyright: © 1994 by Dave Falkenburg, all rights reserved.
-
- Change History (most recent first):
-
- */
-
- #ifndef _APPCONDITIONALS_
- #define _APPCONDITIONALS_
-
- #define qDebug 1
- #define qUseQuickDrawGX 0
- #define qInlineInputAware 0
-
- #ifndef qUseETO15Interfaces
- #define qUseETO15Interfaces 0
- #endif
-
- #ifndef qDebug
- #define qDebug 0
- #endif
-
- #ifndef qUseQuickDrawGX
- #define qUseQuickDrawGX 0
- #endif
-
- #ifndef qInlineInputAware
- #define qInlineInputAware 0
- #endif
-
- #endif
-